Operator Overview ============================== Basic Operators --------------- Customized Operators ^^^^^^^^^^^^^^^^^^^^ - check this `instructions `_ to add customized functions * Contributors: * TextFlow: Zhifei Zhang @zzhang * HidePatch: Krishna kumar Singh @krishsin .. code-block:: python BA.{CustomizedOperator}(library="custom") .. list-table:: :header-rows: 1 * - `KeepSizeCrop `_ - `TextFlow `_ - `HidePatch `_ - `JpegCompression `_ - `OverlayText `_ * - .. image:: ../docs/_images/KeepSizeCrop-custom.jpeg :width: 80 :height: 80 - .. image:: ../docs/_images/TextFlow-custom.jpeg :width: 80 :height: 80 - .. image:: ../docs/_images/HidePatch-custom.jpeg :width: 80 :height: 80 - .. image:: ../docs/_images/JpegCompression-custom.jpeg :width: 80 :height: 80 - .. image:: ../docs/_images/OverlayText-custom.jpeg :width: 80 :height: 80 Standard Operators: ^^^^^^^^^^^^^^^^^^^ Beacon_aug support all the operators in all standard libraries +----------------------------+----------------+----------+-------------+----------+----------+----------+----------+ | Number of Transformations | albumentations | imgaug | torchvision | keras | augly | mmcv | imagenetc| +============================+================+==========+=============+==========+==========+==========+==========+ | Support one library | 37 | 151 | 17 | 5 | 15 | 6 | 14 | +----------------------------+----------------+----------+-------------+----------+----------+----------+----------+ | Support multiple libraries | 52 | +----------------------------+-------------------------------------------------------------------------------------+ .. code-block:: python BA.{StandardOperator}(library={library}}) * Check `this list `_ for the operators supporting **one** library * Check the chart blow for the operators supporting **multiple** libraries .. |vspace| raw:: latex \vspace{10mm} .. |br| raw:: html
.. tabularcolumns:: |1|p{100cm}|\p{100cm}|\p{100cm}|\p{100cm}|\p{100cm}|\p{100cm}|\p{100cm}|\p{100cm}| .. list-table:: :header-rows: 1 * - Library - albumentations - imgaug - torchvision - keras - augly - mmcv - imagenet_c - kornia * - `Affine `_ - .. image:: ../docs/_images/Affine-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Affine-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Affine-torchvision.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Affine-keras.jpeg :width: 40 :height: 40 :align: center - - - - * - `PiecewiseAffine `_ - .. image:: ../docs/_images/PiecewiseAffine-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/PiecewiseAffine-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - - * - `Cutout `_ - .. image:: ../docs/_images/Cutout-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Cutout-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Cutout-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `Crop `_ - - .. image:: ../docs/_images/Crop-imgaug.jpeg :width: 40 :height: 40 :align: center - - - .. image:: ../docs/_images/Crop-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `RandomCrop `_ - .. image:: ../docs/_images/RandomCrop-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/RandomCrop-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/RandomCrop-torchvision.jpeg :width: 40 :height: 40 :align: center - - - .. image:: ../docs/_images/RandomCrop-mmcv.jpeg :width: 40 :height: 40 :align: center - - * - `CenterCrop `_ - .. image:: ../docs/_images/CenterCrop-albumentations.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/CenterCrop-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `RandomSizedCrop `_ - .. image:: ../docs/_images/RandomSizedCrop-albumentations.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/RandomSizedCrop-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `RandomResizedCrop `_ - .. image:: ../docs/_images/RandomResizedCrop-albumentations.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/RandomResizedCrop-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `Resize `_ - .. image:: ../docs/_images/Resize-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Resize-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Resize-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Resize-augly.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Resize-mmcv.jpeg :width: 40 :height: 40 :align: center - - * - `CropAndPad `_ - .. image:: ../docs/_images/CropAndPad-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/CropAndPad-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - - * - `Rotate `_ - .. image:: ../docs/_images/Rotate-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Rotate-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Rotate-torchvision.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Rotate-keras.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Rotate-augly.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Rotate-mmcv.jpeg :width: 40 :height: 40 :align: center - - * - `Pad `_ - - .. image:: ../docs/_images/Pad-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Pad-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Pad-augly.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Pad-mmcv.jpeg :width: 40 :height: 40 :align: center - - * - `Normalize `_ - .. image:: ../docs/_images/Normalize-albumentations.jpeg :width: 40 :height: 40 :align: center - - - - - .. image:: ../docs/_images/Normalize-mmcv.jpeg :width: 40 :height: 40 :align: center - - * - `HorizontalFlip `_ - .. image:: ../docs/_images/HorizontalFlip-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/HorizontalFlip-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/HorizontalFlip-torchvision.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/HorizontalFlip-keras.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/HorizontalFlip-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `VerticalFlip `_ - .. image:: ../docs/_images/VerticalFlip-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/VerticalFlip-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/VerticalFlip-torchvision.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/VerticalFlip-keras.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/VerticalFlip-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `ChannelShuffle `_ - .. image:: ../docs/_images/ChannelShuffle-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/ChannelShuffle-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - - * - `Lambda `_ - .. image:: ../docs/_images/Lambda-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Lambda-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Lambda-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Lambda-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `Autocontrast `_ - - .. image:: ../docs/_images/Autocontrast-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Autocontrast-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `Blur `_ - .. image:: ../docs/_images/Blur-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Blur-imgaug.jpeg :width: 40 :height: 40 :align: center - - - .. image:: ../docs/_images/Blur-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `MedianBlur `_ - .. image:: ../docs/_images/MedianBlur-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/MedianBlur-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - - * - `Grayscale `_ - - .. image:: ../docs/_images/Grayscale-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Grayscale-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Grayscale-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `Scale `_ - - - .. image:: ../docs/_images/Scale-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Scale-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `RandomGrayscale `_ - - - .. image:: ../docs/_images/RandomGrayscale-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `Equalize `_ - .. image:: ../docs/_images/Equalize-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Equalize-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Equalize-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `Brightness `_ - .. image:: ../docs/_images/Brightness-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Brightness-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Brightness-torchvision.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Brightness-keras.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Brightness-augly.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Brightness-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `Contrast `_ - .. image:: ../docs/_images/Contrast-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Contrast-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Contrast-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Contrast-augly.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Contrast-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `Emboss `_ - .. image:: ../docs/_images/Emboss-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Emboss-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - - * - `CLAHE `_ - .. image:: ../docs/_images/CLAHE-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/CLAHE-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - .. image:: ../docs/_images/CLAHE-mmcv.jpeg :width: 40 :height: 40 :align: center - - * - `Invert `_ - .. image:: ../docs/_images/Invert-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Invert-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Invert-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `Posterize `_ - .. image:: ../docs/_images/Posterize-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Posterize-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Posterize-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `Saturation `_ - .. image:: ../docs/_images/Saturation-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Saturation-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Saturation-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Saturation-augly.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Saturation-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `Sharpen `_ - .. image:: ../docs/_images/Sharpen-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Sharpen-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Sharpen-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Sharpen-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `Solarize `_ - .. image:: ../docs/_images/Solarize-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Solarize-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Solarize-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - - * - `PerspectiveTransform `_ - - .. image:: ../docs/_images/PerspectiveTransform-imgaug.jpeg :width: 40 :height: 40 :align: center - - - .. image:: ../docs/_images/PerspectiveTransform-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `CoarseDropout `_ - .. image:: ../docs/_images/CoarseDropout-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/CoarseDropout-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - - * - `OverlayText `_ - - - - - .. image:: ../docs/_images/OverlayText-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `JpegCompression `_ - .. image:: ../docs/_images/JpegCompression-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/JpegCompression-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - .. image:: ../docs/_images/JpegCompression-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `ColorJitter `_ - .. image:: ../docs/_images/ColorJitter-albumentations.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/ColorJitter-torchvision.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/ColorJitter-augly.jpeg :width: 40 :height: 40 :align: center - - - * - `Superpixels `_ - .. image:: ../docs/_images/Superpixels-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Superpixels-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - - * - `GaussianNoise `_ - - .. image:: ../docs/_images/GaussianNoise-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - .. image:: ../docs/_images/GaussianNoise-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `ShotNoise `_ - - - - - - - .. image:: ../docs/_images/ShotNoise-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `ImpulseNoise `_ - - .. image:: ../docs/_images/ImpulseNoise-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - .. image:: ../docs/_images/ImpulseNoise-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `GlassBlur `_ - .. image:: ../docs/_images/GlassBlur-albumentations.jpeg :width: 40 :height: 40 :align: center - - - - - - .. image:: ../docs/_images/GlassBlur-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `MotionBlur `_ - .. image:: ../docs/_images/MotionBlur-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/MotionBlur-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - .. image:: ../docs/_images/MotionBlur-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `GaussianBlur `_ - .. image:: ../docs/_images/GaussianBlur-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/GaussianBlur-imgaug.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/GaussianBlur-torchvision.jpeg :width: 40 :height: 40 :align: center - - - - .. image:: ../docs/_images/GaussianBlur-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `Snow `_ - .. image:: ../docs/_images/Snow-albumentations.jpeg :width: 40 :height: 40 :align: center - - - - - - .. image:: ../docs/_images/Snow-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `Fog `_ - .. image:: ../docs/_images/Fog-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/Fog-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - .. image:: ../docs/_images/Fog-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `ElasticTransform `_ - .. image:: ../docs/_images/ElasticTransform-albumentations.jpeg :width: 40 :height: 40 :align: center - .. image:: ../docs/_images/ElasticTransform-imgaug.jpeg :width: 40 :height: 40 :align: center - - - - - .. image:: ../docs/_images/ElasticTransform-imagenet_c.jpeg :width: 40 :height: 40 :align: center - * - `Pixelization `_ - - - - - .. image:: ../docs/_images/Pixelization-augly.jpeg :width: 40 :height: 40 :align: center - - .. image:: ../docs/_images/Pixelization-imagenet_c.jpeg :width: 40 :height: 40 :align: center - Advanced Operators ------------------ * Check `here `_ for user instruction .. list-table:: :header-rows: 1 :widths: 10,50 * - - * - `AutoAugment `_ - .. image:: ../docs/_images/autoaugment.png * - `RandAugment `_ - .. image:: ../docs/_images/RandAugment.png * - `ColorJitter `_ - .. image:: ../docs/_images/collections-color.png * - `GeometricJitter `_ - .. image:: ../docs/_images/collections-geometric.png * - `Benign Transformations `_ -